home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 1995 December / PC Answers December 1995 (disc errors).iso / mxc / intro.dir / 00024_next.ls < prev    next >
Encoding:
Text File  |  1995-05-04  |  300 b   |  18 lines

  1. on mouseDown
  2.   global myLine, csn
  3.   if the doubleClick then
  4.     exit
  5.   end if
  6.   if myLine = csn then
  7.     exit
  8.   end if
  9.   set the castNum of sprite 6 to 34
  10.   set myLine to myLine + 1
  11.   buttonsUp()
  12.   updateStage()
  13.   setVid()
  14.   set the castNum of sprite 6 to 24
  15.   updateStage()
  16.   puppetSprite(6, 1)
  17. end
  18.